home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / ETC / CSH_LOGI.{_F < prev    next >
Text File  |  1995-01-12  |  762b  |  23 lines

  1. if ($?prompt) then
  2.     umask 022
  3.     set cdpath = ( /usr/spool )
  4.     set notify
  5.     set history = 100
  6.     setenv OPENWINHOME /usr/openwin
  7.         setenv MANPATH /usr/local/man:/usr/man/preformat:/usr/man:/usr/X11/man:/usr/openwin/man
  8.     setenv MINICOM "-c on"
  9.     setenv HOSTNAME "`cat /etc/HOSTNAME`"
  10.     set path = ( $path /usr/X11/bin /usr/TeX/bin /usr/andrew/bin $OPENWINHOME/bin /usr/games . )
  11. endif
  12. # I had problems with the backspace key installed by 'tset', but you might want
  13. # to try it anyway, instead to the 'setenv term.....' below it.
  14. # eval `tset -sQ "$term"`
  15. # setenv term  console
  16. if ! $?TERM setenv TERM console
  17. set prompt = "%m:%~%# "
  18. alias ls 'ls -F'
  19. alias rz 'rz < /dev/modem > /dev/modem'
  20. if ( { tty --silent } ) then >& /dev/null
  21.   echo "";fortune;echo ""
  22. endif
  23.